#fixed {
    display: flex;
    align-items: center;
    margin: 15px 0;
    font-size: 14px;
    color: #999;
}

#fixed a {
    color: #999;
}

.news-left {
    width: 866px;
}

.news-right {
    width: 278px;
}

.news-nav {
    display: flex;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
}

.news-nav .tags {
    width: 120px;
    flex-shrink: 0;
    background: #f6f6f6;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.news-nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 12px;

}

.news-nav ul li {
    height: 33px;
    text-align: center;
    line-height: 33px;
    margin-left: 15px;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 5px;
	padding: 0 10px
}

.news-nav ul li a {
    color: #666;
}

.news-nav ul li:hover,
.news-nav ul li.active {
    background: #ea494b;
}

.news-nav ul li:hover a,
.news-nav ul li.active a {
    color: #fff;
}

.news-list ul li {
    margin-top: 32px;
}

.news-list ul li .top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.news-list ul li .top .tags {
    height: 26px;
	padding: 0 5px;
    background-color: #fbefef;
    text-align: center;
    line-height: 26px;
    color: #ea494b;
    font-size: 14px;
}

.news-list ul li .top .name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 0 10px;
}

.news-list ul li .top .time {
    font-size: 14px;
    color: #999;
}

.news-list ul li .bottom {
    display: flex;
}

.news-list ul li .img {
    width: 237px;
    height: 156px;
}

.news-list ul li .img img {
    width: 237px;
    height: 156px;
}

.news-list ul li .info {
    margin-left: 20px;
    border-bottom: solid 1px #eeeeee;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
    padding-top: 10px;
}

.news-list ul li .info .t2 {
    line-height: 32px;
}

.news-list ul li .join {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    color:#ea494b;
}

.news-list ul li .join a {
    width: 90px;
    height: 36px;
    background: #f6f6f6;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #666;
}

.news-list ul li:hover .name {
    color: #ea494b;
}

.news-list ul li:hover .join a {
    background: #ea494b;
    color: #fff;
}

.pagination {
    width: 100%;
    padding: 80px 0;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.pagination  a {
    padding: 5px 13px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    transition: all .3s ease;
    color: #999;
    display: inline-block;
    margin: 0 4px;
}

.pagination a.active span.page-link {
    display: block;
    padding: 5px 13px;
    background: #ea494b;
    color: #fff;
    border: 1px solid #ea494b;
}



.pagination  a:hover,
.pagination a.on {
    background: #ea494b;
    color: #fff;
}

.list-hot-news {
    margin-top: 20px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 14px;
}

.list-hot-news ul {
    display: flex;
    justify-content: space-between;
}

.list-hot-news ul li {
    width: 132px;
}

.list-hot-news ul li .img {
    width: 132px;
    height: 85px;
}

.list-hot-news ul li .img img {
    width: 132px;
    height: 85px;
}

.list-hot-news ul li .t2 {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-top: 7px;
}

.list-box .list-public-list ul li .name {
    font-size: 16px;
    color: #333;
}

.list-box {
    margin-bottom: 20px;
}

.list-find-game {
    margin-top: 15px;
}

.list-find-game ul {
    display: flex;
    flex-wrap: wrap;
}

.list-find-game ul li {
    width: 86px;
    height: 32px;
    border: solid 1px #eeeeee;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 10px;
}

.list-find-game ul li:nth-child(3n) {
    margin-right: 0;
}

.list-find-game ul li a {
    color: #666;
}
.list-find-sy {
    margin-top: 15px;
}

.list-find-sy ul {
    display: flex;
    flex-wrap: wrap;
}

.list-find-sy ul li {
    width: 120px;
    height: 32px;
    border: solid 1px #eeeeee;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 10px;
}

.list-find-sy ul li:nth-child(2n) {
    margin-right: 0;
}

.list-find-sy ul li a {
    color: #666;
}
.list-jp-game ul li {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.list-jp-game ul li .img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}

.list-jp-game ul li .img img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}

.list-jp-game ul li .info {
    margin: 0 14px;
    flex: 1;
    overflow: hidden;
    font-size: 14px;
    color: #999;
}

.list-jp-game ul li .name {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.list-jp-game ul li .down {
    width: 30px;
    height: 38px;
    background: url('../images/list_jp_down.png')no-repeat center;
}

.list-new-gl {
    position: relative;
}

.list-new-gl::after {
    position: absolute;
    left: 5px;
    top: 13px;
    content: '';
    height: calc(100% - 53px);
    width: 1px;
    background: #eeeeee;
}

.list-new-gl ul li {
    position: relative;
    padding-left: 19px;
    margin-top: 25px;
    font-size: 16px;
}

.list-new-gl ul li .yd {
    position: absolute;
    top: 10px;
    left: 2px;
    width: 7px;
    height: 7px;
    background: #ea494b;
    border-radius: 50%;
    z-index: 99;
}

.list-new-gl ul li .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.list-new-gl ul li:hover .tags {
    background: url('../images/list_gl_active.png')no-repeat center;
    color: #fff;
}

.list-new-gl ul li .tags {
    width: 86px;
    height: 26px;
    background: url('../images/list_gl.png')no-repeat center;
    text-align: center;
    line-height: 26px;
    color: #ea494b;
    font-size: 14px;
    padding-left: 6px;
}

.list-new-gl ul li .time {
    color: #999;
}

.list-new-gl ul li .name {
    color: #333;
}

.list-box:last-child {
    position: sticky;
    top: 20px;
}

.article-top {
    padding-bottom: 56px;
    border: solid 1px #eeeeee;
    margin-bottom: 14px;
    padding-top: 30px;
}

.article-top h1 {
    text-align: center;
    font-size: 28px;
    color: #333;
    font-weight: bold;
}

.article-top p {
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #999;
}

.article-top p span {
    margin-right: 25px;
	font-size: 14px;
}

.article-top p span:last-child {
    margin-right: 0;
}
.article-top a {
    display: inline;
    color: var(--public-color)
}
.article-content {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin: 0 14px;
}
.article-content h2,h3 {font-size:16px;font-weight:bold;color:#000;line-height:40px;}
.article-content p {
    margin: 14px 0;
    line-height: 35px;
    text-indent: 2em;
}

.article-content p a {
    display: inline;
    color: var(--public-color)
}

.article-content p iframe {
    margin-left: -2em;
    max-width: 70%;
}

.article-content p img {
    display: block;
    margin: 0 auto;
    max-width: 70%;
}

.news-releve-game {
    display: flex;
    align-items: center;
    height: 150px;
    background: url('../images/releve_game.png')no-repeat center;
}

.news-releve-game .img {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    border: solid 2px #ffffff;
    margin: 0 20px;
}

.news-releve-game .img img {
    width: 96px;
    height: 96px;
    border-radius: 15px;
}

.news-releve-game .info {
    display: flex;
    flex-direction: column;
    height: 95px;
    justify-content: space-between;
    color: #fff;
    font-size: 15px;
}

.news-releve-game .name {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.news-releve-game .info span {
    margin-right: 25px;
}

.news-releve-game .info span:last-child {
    margin-right: 0;
}

.news-releve-game .scope {
    background: url('../images/revele_scope.png')no-repeat center;
    width: 115px;
    height: 116px;
    text-align: center;
    line-height: 116px;
    font-size: 40px;
    color: #b9665c;
    font-weight: bold;
    margin-right: 34px;
    margin-left: 40px;
}

.left-div {
    margin-top: 30px;
}

.show-game-zj {
    border: solid 1px #eeeeee;
    margin-top: 24px;
}

.show-game-zj .top {
    height: 154px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.show-game-zj .top .img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.show-game-zj .top .img img {
    width: 200px;
    height: 110px;
    border-radius: 8%;
}

.show-game-zj .top .info {
    margin-left: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100px;
    line-height: 27px;
}

.show-game-zj .top .info .name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.show-game-zj .top .info .name span {
    width: 75px;
    height: 24px;
    background-color: #ea494b;
    border-radius: 4px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
}

.show-game-zj ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 24px;
    padding-top: 20px;
}

.show-game-zj ul li {
    width: 90px;
    margin-right: 31px;
    margin-bottom: 25px;
}

.show-game-zj ul li:nth-child(7n) {
    margin-right: 0;
}

.show-game-zj ul li .name {
    font-size: 15px;
    color: #555;
    text-align: center;
    margin-top: 13px;
}

.show-game-zj ul li .img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
}

.show-game-zj ul li .img img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
}

.list-game {
    margin-top: 30px;
}

.list-game ul {
    display: flex;
    flex-wrap: wrap;
}

.list-game ul li {
    width: 380px;
    height: 152px;
    border: solid 1px #eeeeee;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
}

.list-game ul li:nth-child(3n) {
    margin-right: 0;
}

.list-game ul li .img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
    position: relative;
}

.list-game ul li .img::after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
}

.list-game ul li .img img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
}

.list-game ul li .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 94px;
    font-size: 16px;
    color: #888;
    margin-left: 20px;
}

.list-game ul li .name {
    font-size: 18px;
    color: #333;
}

.list-game ul li .down {
    display: none;
    position: absolute;
    width: 91px;
    height: 40px;
    background-color: #ea494b;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    top: 56px;
    left: 29px;
}

.list-game ul li:hover .down {
    display: block
}

.list-game ul li:hover .img::after {
    display: block;
}

.list-game ul li:hover {
    border: solid 1px #ea494b;
}

.list-game ul li:hover .name {
    color: #ea494b;
}

.show-game-top {
    display: flex;
    align-items: center;
    background: url('../images/releve_game.png')no-repeat center;
    background-size: 100%;
    height: 174px;
    padding-left: 20px;
    padding-right: 31px;
}

.show-game-top .img {
    width: 130px;
    height: 130px;
    border-radius: 15px;
    border: solid 2px #ffffff;
}

.show-game-top .info {
    flex: 1;
    overflow: hidden;
    margin-left: 25px;
    margin-right: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 115px;
    font-size: 15px;
    color: #fff;
}

.show-game-top .info h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.show-game-top .info p {
    display: flex;
}

.show-game-top .info p span {
    min-width: 150px;
    margin-right: 10px;
	font-size: 14px;
}

.show-game-top .info p span:last-child {
    margin-right: 0;
}

.show-game-top .scope {
    background: url('../images/revele_scope.png')no-repeat left;
    width: 174px;
    height: 116px;
    color: #b9665c;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 116px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding-right: 59px;
}

.show-game-top .show-down {
    margin-left: 65px;
}
.show-game-top .show-down .down-pc {
	height: 73px;
	background-image: url('/themes/default/common_cms/pc/assets/images/pc.png');
	background-repeat: no-repeat
}
.show-game-top .show-down .down-pc a {
	display: block;
	height: 100%;
	opacity: 0;
}
.show-game-content {
    margin-top: 15px;
}

.show-game-content p {
    line-height: 35px;
    text-indent: 2em;
    font-size: 16px;
    color: #666;
}

.show-game-content h2,
.show-game-content h3 {
	display: inline-block;
    height: 30px;
    background-color: #ea494b;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    position: relative;
    margin: 10px 0;
    padding:0 10px;
}

.show-game-content h2::after,
.show-game-content h3::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 866px;
    background: #f1f1f1;
}
.show-game-content a{display: contents;color: #ea494b;}
.show-game-content a:hover{color: #ccc;}

.btn-code {
    display: none;
    position: absolute;
    left: 28px;
    bottom: -160px;
    width: 155px;
    height: 177px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.22);
    border: solid 1px #ffffff;
    text-align: center;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    z-index: 99;
}

.btn-code img {
    width: 125px;
    height: 125px;
    margin-top: 8px;
    margin-bottom: 7px;
}

.btn-code p img {
    height: auto;
    width: auto;
    margin: 0;
}

.show-down>div {
    position: relative;
}

.show-down>div:hover>.btn-code {
    display: block;
}

.show-hot-gift ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.show-hot-gift ul li {
    display: flex;
    align-items: center;
    width: 415px;
    margin-top: 25px;
}

.show-hot-gift ul li .img {
    height: 90px;
    width: 90px;
    border-radius: 10px;
}

.show-hot-gift ul li .img img {
    height: 90px;
    width: 90px;
    border-radius: 10px;
}

.show-hot-gift ul li .name {
    font-size: 16px;
    color: #333;
}

.show-hot-gift ul li .info {
    margin-left: 19px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 85px;
    line-height: 27px;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    margin-right: 15px;
}

.show-hot-gift ul li .down {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 42px;
    border-radius: 4px;
    border: solid 1px #dcdbdc;
    font-size: 16px;
    color: #333;
}

.show-hot-gift ul li .down img {
    margin-right: 10px;
}

.show-hot-gift ul li:hover .down {
    border: solid 1px #ea494b;
    color: #ea494b;
}

.game-show-swiper {
    position: relative;
    overflow: hidden;
    flex: 1;
}

.game-show-swiper img {
    width: 100%;
}

.game-swiper {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.game-next {
    width: 44px;
    position: relative;
    background: #eeeeee url('../images/right_btn.png')no-repeat center;
    margin-left: 28px;
}

.search-name {
    color: #ea494b;
    font-size: 18px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 50px;
}

.rank-nav ul li {
    width: 152px;
}

.rank-top {
    height: 240px;
    background: url('../images/rank_bg.png')no-repeat center;
    margin-top: 20px;
}

.rank-list ul li {
    display: flex;
    align-items: center;
    height: 155px;
    border: solid 1px #eeeeee;
    margin-top: 20px;
}

.rank-list ul li .img {
    height: 153px;
    width: 200px;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.rank-list ul li .img::after {
    display: none;
    content: '';
    width: 120px;
    height: 120px;
    border-radius: 20px;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
}

.rank-list ul li .img img {
    width: 120px;
    height: 120px;
    border-radius: 20px;
}

.rank-list ul li:hover .img::after {
    display: block;
}

.rank-list ul li:hover .down {
    display: block;
}

.rank-list ul li .down {
    display: none;
    position: absolute;
    width: 100px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background-color: #ea494b;
    top: 58px;
    left: 49px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    z-index: 99;
}

.rank-list ul li .info {
    font-size: 16px;
    color: #999;
    margin-left: 27px;
}

.rank-list ul li .info p {
    margin-top: 22px;
}

.rank-list ul li .info p span {
    margin-right: 20px;
}

.rank-list ul li .info p span:last-child {
    margin-right: 0;
}

.rank-list ul li .name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.rank-list ul li .num {
    width: 142px;
    height: 71px;
    margin-right: 23px;
    margin-left: 15px;
}

.rank-list ul li:nth-child(1) .num {
    background: url('../images/rank_1.png')no-repeat center;
}

.rank-list ul li:nth-child(2) .num {
    background: url('../images/rank_2.png')no-repeat center;
}

.rank-list ul li:nth-child(3) .num {
    background: url('../images/rank_3.png')no-repeat center;
}

.rank-list ul li:nth-child(4) .num {
    background: url('../images/rank_4.png')no-repeat center;
}

.rank-list ul li:nth-child(5) .num {
    background: url('../images/rank_5.png')no-repeat center;
}

.rank-list ul li:nth-child(6) .num {
    background: url('../images/rank_6.png')no-repeat center;
}

.rank-list ul li:nth-child(7) .num {
    background: url('../images/rank_7.png')no-repeat center;
}

.rank-list ul li:nth-child(8) .num {
    background: url('../images/rank_8.png')no-repeat center;
}

.rank-list ul li:nth-child(9) .num {
    background: url('../images/rank_9.png')no-repeat center;
}

.rank-list ul li:nth-child(10) .num {
    background: url('../images/rank_10.png')no-repeat center;
}

.nofound-bg {
    text-align: center;
    padding-top: 180px;
}

.nofound-bg a {
    width: 120px;
    height: 40px;
    border: solid 1px #ea494b;
    text-align: center;
    line-height: 38px;
    color: #ea494b;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 54px;
    margin-bottom: 310px;
}

.about-bg {
    height: 224px;
    background: url('../images/about_bg.png')no-repeat center;
    display: flex;
    align-items: flex-end;
}

.about-nav {
    width: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    height: 40px;
    line-height: 40px;
}

.about-nav li {
    width: 110px;
    text-align: center;
}

.about-nav li.active,
.about-nav li:hover {
    background: rgba(255, 255, 255, 0.2);
}

.about-nav li a {
    font-size: 16px;
    color: #fff;
}

.about-content {
    line-height: 35px;
    font-size: 16px;
    color: #555;
    margin: 20px 0;
    margin-bottom: 60px;
    text-indent: 2em;
}


.map-nav {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    height: 420px;
    background: #fff url('../images/nav_bg.png')no-repeat center top;
    padding: 32px;
    padding-left: 13px;
    padding-right: 20px;
    padding-bottom: 47px;
    z-index: 99;
    margin-bottom: 150px;
    background-size: 100%;
}

.map-nav>.item {
    width: 229px;
}

.map-nav>.item:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.map-nav>.item:last-child {
    width: 329px;
}

.map-nav .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 22px;
}

.map-nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.map-nav ul li {
    width: 110px;
    height: 34px;
    border: solid 1px #dcdcdc;
    text-align: center;
    line-height: 32px;
    margin-top: 9px;
}

.map-nav ul li a {
    font-size: 16px;
    color: #666;
}

.map-nav ul li:hover {
    border: solid 1px #ea494b;
}

.map-nav ul li:hover a {
    color: #ea494b;
}

.map-nav>.item:last-child ul li {
    width: 160px;
}

.ablum-list ul li {
    display: flex;
    justify-content: space-between;
    height: 252px;
    border: solid 1px #eeeeee;
    margin-top: 20px;
}

.ablum-list ul li .left {
    width: 218px;
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    font-size: 16px;
    color: #999;
}

.ablum-list ul li .left .img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
}

.ablum-list ul li .left .img img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
}

.ablum-list ul li .left .join {
    width: 113px;
    height: 36px;
    border: solid 1px #ea494b;
    text-align: center;
    line-height: 34px;
    color: #ea494b;
    font-size: 16px;
}

.ablum-list ul li .right {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 0 20px;
    font-size: 16px;
    color: #888;
}

.ablum-list ul li .top {
    display: flex;
    justify-content: space-between;
}

.ablum-list ul li .name {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.ablum-list ul li .time {
    font-size: 14px;
    color: #999;
}

.ablum-list ul li .list-item {
    display: flex;
}

.ablum-list ul li .list-item .item {
    width: 70px;
    margin-right: 23px;
}

.ablum-list ul li .list-item .item:last-child {
    margin-right: 0;
}

.ablum-list ul li .list-item .item-img {
    height: 70px;
    width: 70px;
    border-radius: 15px;
}

.ablum-list ul li .list-item .item-img img {
    height: 70px;
    width: 70px;
    border-radius: 15px;
}

.ablum-list ul li .list-item .item-name {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 14px;
}

.show-album-top{
    border: solid 1px #eeeeee;
    display: flex;
    justify-content: space-between;
    height: 220px;
}

.show-album-left{
    flex:1;
    overflow: hidden;
    padding:24px 30px 34px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.show-album-right{
    width: 380px;
    border-left:1px solid #eee;
    background: #fff8f8;
    padding-top: 47px;
    padding-left: 30px;
    padding-right: 25px;
    position: relative;
    font-size: 16px;
    color:#999;
}
.show-album-right::after{
    position: absolute;
    content: '';
    height: 37px;
    width: 174px;
    background: url('../images/album_commont.png')no-repeat center;
    top:-10px;
    left:103px;

}
.show-album-right .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.show-album-right .img{
    width: 110px;
	height: 110px;
	border-radius: 20px;
}

.show-album-right .img img{
    width: 110px;
	height: 110px;
	border-radius: 20px;
}

.show-album-right .info{
    margin-left: 20px;  
    display: flex;
    flex-direction: column;
    height: 96px;
    justify-content: space-between;
}

.show-album-right .name{
    color:#333;
    font-weight: bold;
}

.show-album-left h1{
    font-size: 24px;
    color:#333;
    font-weight: bold;
    margin:0;
}

.show-album-left  p{
    line-height: 30px;
    font-size: 14px;
    color:#888;
}

.show-album-left p span{
    height: 28px;
    line-height: 28px;
    padding:0 10px;
    background: #f5f5f5;
    text-align: center;
    font-size: 12px;
    color:#999;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.show-album-more {
    display: flex;
    overflow: hidden;
    font-size: 15px;
    color:#999;
}
.show-album-more a{
    margin-left: 11px;
}
.show-album-more a:nth-child(1){
    color:#fe7201
}

.show-album-more a:nth-child(2){
    color:#2cb7c8
}

.show-album-more a:nth-child(3){
    color:#f96c4b
}

.show-album-more a:nth-child(4){
    color:#8cc10d
}

.album-list-game ul li:nth-child(1)::after{
    content: '1';
    position: absolute;
    right:0;
    top:0;
    width: 35px;
	height: 61px;
    background: url('../images/album_1.png')no-repeat center;
    text-align: center;
    line-height: 68px;
    font-size: 14px;
    color:#fff;
    font-weight: bold;
}

.album-list-game ul li:nth-child(2)::after{
    content: '2';
    position: absolute;
    right:0;
    top:0;
    width: 35px;
	height: 61px;
    background: url('../images/album_2.png')no-repeat center;
    text-align: center;
    line-height: 68px;
    font-size: 14px;
    color:#fff;
    font-weight: bold;
}

.album-list-game ul li:nth-child(3)::after{
    content: '3';
    position: absolute;
    right:0;
    top:0;
    width: 35px;
	height: 61px;
    background: url('../images/album_3.png')no-repeat center;
    text-align: center;
    line-height: 68px;
    font-size: 14px;
    color:#fff;
    font-weight: bold;
}

.gift-list ul li{
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 30px;
    margin-top: 30px;
}

.gift-list ul li:nth-child(-n+3){
    margin-top: 24px;
}

.list-new-gift {
    position: relative;
}

.list-new-gift::after {
    position: absolute;
    left: 5px;
    top: 13px;
    content: '';
    height: calc(100% - 80px);
    width: 1px;
    background: #eeeeee;
}

.list-new-gift ul li {
    position: relative;
    padding-left: 19px;
    margin-top: 25px;
    font-size: 16px;
}

.list-new-gift ul li .yd {
    position: absolute;
    top: 10px;
    left: 2px;
    width: 7px;
    height: 7px;
    background: #ea494b;
    border-radius: 50%;
    z-index: 99;
}

.list-new-gift ul li .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}




.list-new-gift ul li .time {
    color: #999;
}

.list-new-gift ul li .name {
    color: #333;
    margin-left: 10px;
    font-size: 16px;
}

.list-new-gift ul li p{
    font-size: 14px;
    color:#999;
    line-height: 27px;
}

.show-gift-top{
    position: relative;
}

.show-gift-top::after{
    content: '';
    position: absolute;
    right:289px;
    top:30px;
    width: 1px;
    height: 116px;
    background: rgba(255, 255, 255, 0.4);
}

.gift-model {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.gift-show-pop {
    width: 463px;
    height: 467px;
    padding-bottom: 10px;
    margin: 0 auto;
    margin-top: 200px;
    background: url('../images/gift_bg.png')no-repeat center top;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.gift-show-close {
    width: 27px;
    height: 27px;
    background: url('../images/close.png')no-repeat center;
    position: absolute;
    bottom: -3px;
    left: 215px;
}

.gift-show-pop .title {
    margin-top: 195px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.gift-show-code {
    margin-top: 257px;
    color: #333;
    font-size: 16px;
}

#gift-btn {
    background: url('../images/copy_code.png')no-repeat center;
    width: 178px;
	height: 53px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 64px;
}


.img-show-swiper {
    position: relative;
    overflow: hidden;
    flex: 1;
}

.img-show-swiper img {
    width: 100%;
}

.img-swiper {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.img-prev {
    width: 44px;
    position: relative;
    background: #eeeeee url('../images/right_btn.png')no-repeat center;
    margin-right: 10px;
    transform: rotateY(180deg); /* 水平镜像翻转 */
}

.img-next {
    width: 44px;
    position: relative;
    background: #eeeeee url('../images/right_btn.png')no-repeat center;
    margin-left: 10px;
}
